.. highlightlang:: us .. index:: @f{file} .. _@f{file}: @f{file} ======== .. us.tag @f{file} NOTREADYENGLISH fieldfunction Writes the contents of a text file (maxium 100 lines). .. function:: @f{file(FileName} @f{file(FileName, LineNo)} .. us.params **Parameters** .. uparam:: FileName The first parameter is the complete file name. .. uparam:: LineNo The second parameter can be a line number in the range 1 to 100. .. us.example **Example** ``@f{file(c:/test.dat, 10)}`` **Output**: Output is row no. 10 of file c:/test.dat. .. seealso:: :ref:`overview-field-functions`, :ref:`editupdate-fields`, :ref:`diagraminsert-field-function` :sub:`id-1370029`